projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6408a65
)
Small fix to last change
author
Leo Liu
<sdl.web@gmail.com>
Fri, 25 Oct 2013 00:52:26 +0000
(08:52 +0800)
committer
Leo Liu
<sdl.web@gmail.com>
Fri, 25 Oct 2013 00:52:26 +0000
(08:52 +0800)
lisp/progmodes/octave.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/octave.el
b/lisp/progmodes/octave.el
index 1803ea62c131a096328b54157b371733f3a1ea92..f128441a54e28e7668b9b1bf5dbdeeb0f936ff45 100644
(file)
--- a/
lisp/progmodes/octave.el
+++ b/
lisp/progmodes/octave.el
@@
-1747,7
+1747,7
@@
sentence."
(insert "\nRetry with ")
(insert-text-button "'-all'"
'follow-link t
- 'action #'(lambda (b)
+ 'action #'(lambda (
_
b)
(octave-lookfor str '-all)))
(insert ".\n"))
(octave-help-mode)))))